JSON
JSON 编码 (序列化)eo.json.encode(json_object)
JSON 解码 (反序列化)eo.json.decode(json_string)
XML
XML 编码 (序列化)eo.xml.encode(xml_object)
XML 解码 (反序列化)eo.xml.decode(xml_string)
Base64
Base64 编码eo.base64.encode(data)
Base64 解码eo.base64.decode(data)
Urlencode
Urlencode 编码 ()eo.urlEncode(data)
Urlencode 解码 ()eo.urlDecode(data)